body {
    background-color: #f8f9fa; /* A light grey background to make the white resume card stand out */
}

/* Aligns the job/degree title with the date on the same line */
.resume-item .d-flex {
    align-items: baseline;
}